home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / copycomb / readme.txt < prev    next >
Encoding:
Text File  |  1998-12-11  |  3.5 KB  |  95 lines

  1. Eckler CopyCom 1.1 Copyright (c) 1998 Eckler Software. 
  2.  
  3. CopyCom is a light weight COM-based DLL control that can copy the image of
  4. another COM control to an image file (*.gif or *.bmp). With CopyCom you 
  5. can create a copy of any COM control or ActiveX control that can be loaded 
  6. in a container such as VB, Internet Explorer 4.0 and IIS Active Server Pages.
  7.  
  8. CopyCom can be used with ActiveX controls such as MSChart, Calendar, Label, 
  9. TextBox and ListBox. Generally if you can load your ActiveX control into 
  10. Internet Explorer 4.0 or higher it can be used with CopyCom.
  11.  
  12. This release includes the following files:
  13.  
  14.       ccom.dll           Eckler CopyCom Control
  15.       readme.txt
  16.       ccdemo.exe         CopyCom/MSChart VB5 demo
  17.       ccdemo.frm         VB5 form
  18.       ccdemo.frx
  19.       ccdemo.vbp         VB5 project
  20.       ccdemo.vbw
  21.       combo.asp          Active Server Page file
  22.       combo.ctl          VB5 user control
  23.       combo.ctx
  24.       combo.exp
  25.       combo.lib
  26.       combo.oca
  27.       combo.ocx          Combo ActiveX Control
  28.       combo.vbp          VB5 project
  29.       combo.vbw
  30.       ccwrap.exe         CopyCom Wrapper demo
  31.       ccwrap.frm         VB5 form
  32.       ccwrap.frx
  33.       ccwrap.vbg         VB5 group
  34.       ccwrap.vbp         VB5 project
  35.       ccwrap.vbw
  36.       wrapper.ctl        VB5 user control
  37.       wrapper.ctx
  38.       wrapper.exp
  39.       wrapper.lib
  40.       wrapper.oca
  41.       wrapper.ocx        Wrapper ActiveX Control
  42.       wrapper.vbp        VB5 project
  43.       wrapper.vbw
  44.  
  45.  
  46. There are three CopyCom demos included in this release. The ccdemo.* files 
  47. contain VB5 source code for a simple CopyCom/MSChart demo. The ccwrap.*
  48. and wrapper.* files contain VB5 source code for a multiple control wrapper
  49. demo. The combo.* files contain VB5 source code for an ActiveX control 
  50. used in the Active Server Page demo.
  51.  
  52. All demos assume you have already installed VB5 Professional or higher.
  53. You must also register the ccom.dll. One way to register ccom.dll is to 
  54. use the Components Dialog's Browse button in VB5. Another way is to use 
  55. regsvr32.exe (version 4.00.1381 or newer).
  56.  
  57. When you run ccdemo and click the button it will copy the MSChart image to 
  58. c:\copycom.gif and c:\copycom.bmp.
  59.  
  60. The ccwrap program will copy the image of multiple controls on the 
  61. wrapper.ocx using a single CopyCom command. The output ccwrap.gif 
  62. will be written to the same directory ccwrap.exe is executed from.
  63.  
  64. The ASP demo can be seen online from our web site. The ASP demo will show 
  65. you how to embed MSChart images into your html page dynamically. The 
  66. combo.ocx is used in this demo to create a wrapper for the CopyCom 
  67. control and the MSChart control. 
  68.  
  69. Visit our web site for additional CopyCom documentation and order 
  70. information. 
  71.  
  72.       David E. Suffield
  73.       Eckler Software
  74.       620 NE 101st Court
  75.       Vancouver WA 98664
  76.  
  77.       dsuffiel@ecklersoft.com
  78.       www.ecklersoft.com
  79.       
  80. The author of this program accepts no responsibility for damages 
  81. resulting from the use of this product and makes no warranty or 
  82. representation, either express or implied, including but not limited 
  83. to, any implied warranty of merchantability or fitness for a particular 
  84. purpose. This software is provided "AS IS", and you, its user, assume 
  85. all risks when using it.
  86.  
  87. History:
  88. 1.0 Created new.
  89.  
  90. 1.1 Removed LZW compression which is patented by Unisys. Added Run Length 
  91. Encoding which still maintains compatibility with normal LZW-based GIF 
  92. decoders.
  93.  
  94.  
  95.